From 691475d42d91de4d9edb0e353f863e7193fddcad Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 1 Sep 2008 14:45:36 +0000 Subject: [PATCH] Well, another round fixing dependencies on kmod-video-core -- this is the last i promise ;) sounds like it's time to get some sleep after all... SVN-Revision: 12464 --- multimedia/qc-usb/Makefile | 2 +- multimedia/spca5xx-le/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/qc-usb/Makefile b/multimedia/qc-usb/Makefile index 8fd666809..072023844 100644 --- a/multimedia/qc-usb/Makefile +++ b/multimedia/qc-usb/Makefile @@ -39,7 +39,7 @@ define KernelPackage/video-quickcam $(call Package/qc-usb/Default) SUBMENU:=Video Support TITLE:=QuickCam Express USB webcam support - DEPENDS:=@USB_SUPPORT +kmod-usb-core kmod-video-core + DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/quickcam.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,quickcam) endef diff --git a/multimedia/spca5xx-le/Makefile b/multimedia/spca5xx-le/Makefile index 1e53821f3..dae574892 100644 --- a/multimedia/spca5xx-le/Makefile +++ b/multimedia/spca5xx-le/Makefile @@ -25,7 +25,7 @@ define KernelPackage/video-spca5xx-le SUBMENU:=Video Support TITLE:=SPCA5xx based USB webcam support (Light Edition) URL:=http://mxhaard.free.fr/ - DEPENDS:=@LINUX_2_6_23||LINUX_2_6_24||LINUX_2_6_25 @USB_SUPPORT +kmod-usb-core kmod-video-core + DEPENDS:=@LINUX_2_6_23||LINUX_2_6_24||LINUX_2_6_25 @USB_SUPPORT +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/spca5xx.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,spca5xx) endef -- 2.30.2